Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / parse / named_ops.C
blob80e514992ecdce0a603f9d63440959acdcc11f70
1 /* Copyright (C) 2002 Free Software Foundation, Inc.  */
3 /* { dg-do compile } */
4 /* { dg-options -fpreprocessed } */
6 /* Tests that C++ named ops are still there with -fpreprocessed.  */
8 /* Source: Neil Booth, 23 May 2002.  */
10 int main ()
12   return 2 xor 2;