nixpkgs-odroid-hc4/pkgs/test/stdenv-inputs/foo.c
2025-12-20 09:59:59 +11:00

3 lines
40 B
C

unsigned int foo(void) {
return 42;
}