Merge pull request #95 from gmle/patch-2

Add Punctuation.
This commit is contained in:
Yang.Y
2018-12-14 13:57:07 +08:00
committed by GitHub

View File

@@ -71,7 +71,7 @@
// b.h:
struct B {};
struct D : B {}
struct D : B {};
// good_user.cc:
#include "b.h"