OSDN Git Service

PR c++/27339
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / named_ops.C
1 /* Copyright (C) 2002 Free Software Foundation, Inc.  */
2
3 /* { dg-do compile } */
4 /* { dg-options -fpreprocessed } */
5
6 /* Tests that C++ named ops are still there with -fpreprocessed.  */
7
8 /* Source: Neil Booth, 23 May 2002.  */
9
10 int main ()
11 {
12   return 2 xor 2;
13 }