Daniel Dunbar | 80737ad | 2009-12-15 22:01:24 +0000 | [diff] [blame] | 1 | // RUN: %clang -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s |
Sebastian Redl | a98c034 | 2009-10-26 18:07:30 +0000 | [diff] [blame] | 2 | // OVERRIDE: ??(??) |
Daniel Dunbar | 80737ad | 2009-12-15 22:01:24 +0000 | [diff] [blame] | 3 | // RUN: %clang -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s |
Sebastian Redl | a98c034 | 2009-10-26 18:07:30 +0000 | [diff] [blame] | 4 | // ANSI: [] |
Daniel Dunbar | 80737ad | 2009-12-15 22:01:24 +0000 | [diff] [blame] | 5 | // RUN: %clang -std=gnu99 -trigraphs %s -E -o - | FileCheck -check-prefix=EXPLICIT %s |
Sebastian Redl | a98c034 | 2009-10-26 18:07:30 +0000 | [diff] [blame] | 6 | // EXPLICIT: [] |
Daniel Dunbar | d573d26 | 2009-04-07 22:13:21 +0000 | [diff] [blame] | 7 | |
| 8 | ??(??) |