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

3 lines
40 B
C

unsigned int foo(void) {
return 42;
}