Home | History | Annotate | Download | only in TestCases

Lines Matching refs:MAIN

3 // RUN: %clang_esan_frag -O0 %s -DMAIN -c -o %t-main.o 2>&1
4 // RUN: %clang_esan_frag -O0 %t-part1.o %t-part2.o %t-main.o -o %t 2>&1
18 //===-- compilation unit part1 without main function ----------------------===//
36 // Same struct in both main and part1.
42 // Different structs with the same name in main and part1.
75 //===-- compilation unit part2 without main function ----------------------===//
84 //===-- compilation unit with main function -------------------------------===//
86 #ifdef MAIN
100 // Same struct in both main and part1.
106 // Different structs with the same name in main and part1.
113 int main(int argc, char **argv) {
204 #endif // MAIN