repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
named_ops.C
blob
80e514992ecdce0a603f9d63440959acdcc11f70
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
}