nixpkgs/pkgs/test/stdenv-inputs/foo.c

4 lines
40 B
C
Raw Permalink Normal View History

unsigned int foo(void) {
return 42;
}