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;
}