2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-14 17:04:42 +00: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;
}