2024-03-14 10:27:48 -06:00

6 lines
59 B
C

typedef unsigned u32;
u32 foo(u32 arg)
{
return arg;
}