aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/typedef-prototype.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/typedef-prototype.c')
-rw-r--r--test/Sema/typedef-prototype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Sema/typedef-prototype.c b/test/Sema/typedef-prototype.c
index 8372154ce0ef..98b1ab809997 100644
--- a/test/Sema/typedef-prototype.c
+++ b/test/Sema/typedef-prototype.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
typedef int unary_int_func(int arg);
unary_int_func add_one;