brintos

brintos / llvm-project-archived public Read only

0
0
Text · 106 B · 5604703 Raw
7 lines · c
1#ifndef IGNORED_PCH_H
2#define IGNORED_PCH_H
3inline int f() {
4  return 42;
5}
6#endif // IGNORED_PCH_H
7