1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04: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;
}