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

4 lines
40 B
C

unsigned int bar(void) {
return 42;
}