nixpkgs/pkgs/test/cc-wrapper/foo.c
Daiderd Jordan 6e8d22e851
nixpkgs-tests: add basic test for cc-wrapper
(cherry picked from commit 19c4673310)
2017-09-10 22:56:40 +02:00

4 lines
43 B
C

unsigned int foo(void)
{
return VALUE;
}