| Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame] | 1 | /* RUN: %clang_cc1 -fsyntax-only %s -std=c89 |
| 2 | * RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors | ||||
| Reid Spencer | 5f016e2 | 2007-07-11 17:01:13 +0000 | [diff] [blame] | 3 | */ |
| 4 | |||||
| 5 | int A() { | ||||
| 6 | return X(); | ||||
| 7 | } | ||||
| 8 | |||||