2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-01 10:34:16 +00:00
nixpkgs/pkgs/test/stdenv-inputs/bar.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
40 B
C
Raw Normal View History

unsigned int bar(void) {
return 42;
}