xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/A.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 int no_umbrella_A;
2 
has_warning(int x)3 inline int has_warning(int x) {
4   if (x > 0)
5     return x;
6   // Note: warning here is suppressed because this module is considered a
7   // "system" module.
8 }
9