mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 09:00:24 -04:00
9 lines
78 B
C
9 lines
78 B
C
#define f() g()
|
|
#undef g
|
|
#undef h
|
|
#define h() g()
|
|
int x;
|
|
#undef h2
|
|
|
|
int h3();
|