bolt/deps/llvm-18.1.8/lldb/test/API/lang/c/conflicting-symbol/main.c
2025-02-14 19:21:04 +01:00

8 lines
102 B
C

#include "One/One.h"
#include "Two/Two.h"
int main() {
one();
two();
return 0; // break here
}