URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [counter-3.c] - Rev 689
Compare with Previous | Blame | View Log
/* Copyright (C) 2007 Free Software Foundation Contributed by Ollie Wild <aaw@google.com> */ #if __COUNTER__ != 0 #error __COUNTER__ != 0 #endif #include "counter-3.h" int main(void) { return __COUNTER__; }