nixpkgs/pkgs/test/stdenv-inputs/foo.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 foo(void) {
return 42;
}