1#include "One/One.h"
2#include "Two/Two.h"
3
4int main() {
5 one();
6 two();
7 return 0; // break here
8}
9

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

source code of lldb/test/API/lang/c/conflicting-symbol/main.c