Daniel Dunbar | 8fbe78f | 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 | ||||
Chris Lattner | eda517e | 2006-11-20 07:03:41 +0000 | [diff] [blame] | 3 | */ |
4 | |||||
5 | int A() { | ||||
6 | return X(); | ||||
7 | } | ||||
8 |