nixpkgs/pkgs/test/stdenv-inputs/foo.c
2017-09-10 22:49:47 +02:00

4 lines
40 B
C

unsigned int foo(void) {
return 42;
}