llvm-project/clang/test/Modules/Inputs/diamond_bottom.h
Douglas Gregor ca97589f7d Switch __import__ over to __import_module__, so we don't conflict with
existing practice with Python extension modules. Not that Python
extension modules should be using a double-underscored identifier
anyway, but...

llvm-svn: 138870
2011-08-31 18:19:09 +00:00

5 lines
88 B
C

__import_module__ diamond_left;
__import_module__ diamond_right;
char bottom(char *x);