Home | History | Annotate | Download | only in TestCases

Lines Matching refs:part1

1 // RUN: %clang_esan_frag -O0 %s -DPART1 -mllvm -esan-aux-field-info=0 -c -o %t-part1.o 2>&1
4 // RUN: %clang_esan_frag -O0 %t-part1.o %t-part2.o %t-main.o -o %t 2>&1
14 void part1();
18 //===-- compilation unit part1 without main function ----------------------===//
20 #ifdef PART1
36 // Same struct in both main and part1.
42 // Different structs with the same name in main and part1.
53 void part1()
73 #endif // PART1
100 // Same struct in both main and part1.
106 // Different structs with the same name in main and part1.
144 part1();