]> granicus.if.org Git - clang/blobdiff - test/Sema/c89.c
Fix PR2041: restrict is not a keyword in c90.
[clang] / test / Sema / c89.c
index e7568bcb1b7f0816e2ffa291be5ea447db61e4b3..4c89e82ba2d53483ee6326bce84b12f90cab893a 100644 (file)
@@ -30,3 +30,6 @@ int test4 = 0LL;              /* expected-warning {{long long}} */
 /* PR1999 */
 void test5(register);
 
+/* PR2041 */
+int *restrict;
+