nixpkgs/pkgs/test/stdenv-inputs/foo.c
Daiderd Jordan 2e65ad64fa
nixpkgs-tests: add basic test for buildInputs
(cherry picked from commit b91307c2e1)
2017-09-10 22:56:54 +02:00

3 lines
40 B
C

unsigned int foo(void) {
return 42;
}