xref: /llvm-project/lldb/test/API/lang/objc/modules-compile-error/module.h (revision d48ef7cab55878fbb598e7a968b6073f9c7aa9ed)

foo()1 int foo() { return 123; }
2 
3 #ifndef ONLY_CLANG
4 syntax_error_for_lldb_to_find // comment that tests source printing
5 #endif
6