brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · 8351bd9 Raw
7 lines · cpp
1// RUN: %clang_cc1 -emit-pch -x c++-header %s -o %t.pch2// RUN: %clang_cc1 -emit-llvm -DMAIN -include-pch %t.pch %s -o /dev/null3 4#ifndef MAIN5__attribute__((optnone)) void foo() {}6#endif7