1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
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;
}