brainix/sources/nixpkgs/pkgs/test/cc-wrapper/foo.c
2026-02-13 17:06:24 +09:00

4 lines
43 B
C

unsigned int foo(void)
{
return VALUE;
}