Daniel Dunbar | ffd408a | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | /* RUN: clang-cc -fsyntax-only %s -std=c89 && |
2 | * RUN: not clang-cc -fsyntax-only %s -std=c99 -pedantic-errors | ||||
Chris Lattner | 4b00965 | 2007-07-25 00:24:17 +0000 | [diff] [blame] | 3 | */ |
4 | |||||
5 | int A() { | ||||
6 | return X(); | ||||
7 | } | ||||
8 |