| Chris Lattner | 3b427b3 | 2007-10-11 00:18:28 +0000 | [diff] [blame] | 1 | /* RUN: clang -fsyntax-only %s -std=c89 && |
| 2 | * RUN: not clang -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 | |||||