| commit | e55e11ad040e559a4f281545563f12387303d685 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Jul 02 22:59:48 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Jul 02 22:59:48 2006 +0000 |
| tree | be5fc1f8506c61f884b225c4778652705b15c587 | |
| parent | a37664b3fb2e8304ef0979d713cef5965b5de9e6 [diff] [blame] |
new testcase llvm-svn: 38618
diff --git a/clang/test/Preprocessor/_Pragma-location.c b/clang/test/Preprocessor/_Pragma-location.c new file mode 100644 index 0000000..152e71a --- /dev/null +++ b/clang/test/Preprocessor/_Pragma-location.c
@@ -0,0 +1,4 @@ +// RUN: clang %s -E | not grep 'scratch space' + +#define push _Pragma ("pack(push)") +push