URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [named_ops.C] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options -fpreprocessed } */
/* Tests that C++ named ops are still there with -fpreprocessed. */
/* Source: Neil Booth, 23 May 2002. */
int main ()
{
return 2 xor 2;
}
Go to most recent revision | Compare with Previous | Blame | View Log