bolt/deps/llvm-18.1.8/clang/test/CodeGen/Inputs/debug-info-file-checksum-line.cpp
2025-02-14 19:21:04 +01:00

9 lines
95 B
C++

int foo(int x) {
return x+1;
}
#line 100
void test1(void) {}
#line 200
void test2(void) {}