2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / digraph1.c
blobe098d68dacaf49ef2d56c5f9688b348593829e9f
1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do compile } */
4 /* { dg-options "-std=iso9899:199409" } */
6 /* Just simple check that digraphs are on under c94, for both
7 preprocessor and compiler. digraphs.c is the general test. */
9 %:define glue
10 #ifndef glue
11 #error glue not defined!
12 #endif
14 int main (int argc, char *argv<::>)
16 return 0;