diff options
Diffstat (limited to 'clang/test/Sema/gnu89.c')
| -rw-r--r-- | clang/test/Sema/gnu89.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Sema/gnu89.c b/clang/test/Sema/gnu89.c new file mode 100644 index 00000000000..4601cbe93f6 --- /dev/null +++ b/clang/test/Sema/gnu89.c @@ -0,0 +1,3 @@ +// RUN: clang-cc %s -std=gnu89 -pedantic -fsyntax-only -verify + +int f(int restrict); |

