llvm-project/clang/test/Modules/Inputs/diamond_bottom.h
Ted Kremenek c1e4dd0e8e Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules,
and don't have time to push it forward in the near future.

llvm-svn: 151841
2012-03-01 22:07:04 +00:00

5 lines
114 B
C

@__experimental_modules_import diamond_left;
@__experimental_modules_import diamond_right;
char bottom(char *x);