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 
main()10 int main ()
11 {
12   return 2 xor 2;
13 }
14