nixpkgs/pkgs/test/cc-wrapper/foo.c

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

5 lines
43 B
C
Raw Normal View History

unsigned int foo(void)
{
return VALUE;
}