brintos

brintos / llvm-project-archived public Read only

0
0
Text · 105 B · 776f68a Raw
9 lines · cpp
1#include "artificial_location.h"2 3int A::foo() {4#line 05  return 42;6}7 8int main() { return A::foo(); }9