bolt/deps/llvm-18.1.8/clang/test/Rewriter/rewrite-line-directive.m

18 lines
435 B
Mathematica
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -E %s -o %t.mm
// RUN: %clang -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
// RUN: FileCheck -check-prefix CHECK-LP --input-file=%t-rw.cpp %s
// RUN: %clang -g -fms-extensions -rewrite-objc %t.mm -o %t-rw.cpp
// RUN: FileCheck -check-prefix CHECK-LPG --input-file=%t-rw.cpp %s
int z();
int x() {
id foo;
for (id y in foo) {
z();
}
return 0;
}
// CHECK-LP-NOT: #line
// CHECK-LPG: #line