mirror of https://github.com/microsoft/clang.git
Changed "pragma" -> "#pragma" in a comment, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242521 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78900c6bb1
commit
90cc12ebab
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
// CHECK: define i32 @bar()
|
||||
}
|
||||
|
||||
// Check that pragma redefine_extname applies to C code only, and shouldn't be
|
||||
// Check that #pragma redefine_extname applies to C code only, and shouldn't be
|
||||
// applied to C++.
|
||||
#pragma redefine_extname foo_cpp bar_cpp
|
||||
extern int foo_cpp() { return 1; }
|
||||
|
|
Loading…
Reference in New Issue