summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/extension-warning.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/extension-warning.c')
-rw-r--r--clang/test/Preprocessor/extension-warning.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/extension-warning.c b/clang/test/Preprocessor/extension-warning.c
index 4ba57f78f77d..5fe905c8435d 100644
--- a/clang/test/Preprocessor/extension-warning.c
+++ b/clang/test/Preprocessor/extension-warning.c
@@ -15,4 +15,4 @@ TY(1) x; // FIXME: And we should warn here
// Current list of keywords this can trigger on:
// inline, restrict, asm, typeof, _asm
-void whatever() {}
+void whatever(void) {}