diff options
Diffstat (limited to 'test/Modules/Inputs/malformed/b1.h')
-rw-r--r-- | test/Modules/Inputs/malformed/b1.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Modules/Inputs/malformed/b1.h b/test/Modules/Inputs/malformed/b1.h new file mode 100644 index 000000000000..3d98bc1b55f0 --- /dev/null +++ b/test/Modules/Inputs/malformed/b1.h @@ -0,0 +1,3 @@ +struct S { + #include "b2.h" +}; |