nixpkgs-tests: add basic test for cc-wrapper
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
unsigned int foo(void)
|
||||
{
|
||||
return VALUE;
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
unsigned int foo(void)
|
||||
{
|
||||
return VALUE;
|
||||
}
|
||||