brintos

brintos / llvm-project-archived public Read only

0
0
Text · 177 B · 73f32bf Raw
9 lines · c
1int no_umbrella_A;2 3inline int has_warning(int x) {4  if (x > 0)5    return x;6  // Note: warning here is suppressed because this module is considered a7  // "system" module.8}9