blob: 01a5f7ccec255a93534efcd3339ff31e8a6b6e35 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang -std=c99 -trigraphs -std=gnu99 %s -E -o - | FileCheck -check-prefix=OVERRIDE %s
Sebastian Redla98c0342009-10-26 18:07:30 +00002// OVERRIDE: ??(??)
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00003// RUN: clang -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s
Sebastian Redla98c0342009-10-26 18:07:30 +00004// ANSI: []
5// RUN: clang -std=gnu99 -trigraphs %s -E -o - | FileCheck -check-prefix=EXPLICIT %s
6// EXPLICIT: []
Daniel Dunbard573d262009-04-07 22:13:21 +00007
8??(??)