blob: c82e9f15c7daeb1c1fc31a8c8254b3041e434c10 [file] [log] [blame]
Daniel Dunbar80737ad2009-12-15 22:01:24 +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 Dunbar80737ad2009-12-15 22:01:24 +00003// RUN: %clang -ansi %s -E -o - | FileCheck -check-prefix=ANSI %s
Sebastian Redla98c0342009-10-26 18:07:30 +00004// ANSI: []
Daniel Dunbar80737ad2009-12-15 22:01:24 +00005// RUN: %clang -std=gnu99 -trigraphs %s -E -o - | FileCheck -check-prefix=EXPLICIT %s
Sebastian Redla98c0342009-10-26 18:07:30 +00006// EXPLICIT: []
Daniel Dunbard573d262009-04-07 22:13:21 +00007
8??(??)