0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-05 17:01:25 +00:00
quakeforge/tools/qfcc/test/linkdef1.r
2011-03-05 17:21:19 +09:00

7 lines
105 B
R

@extern integer foo (void);
@extern integer baz (void);
integer bar (void)
{
return foo () + baz ();
}