nixpkgs-tests: add basic test for buildInputs

This commit is contained in:
Daiderd Jordan
2017-09-10 22:49:47 +02:00
parent 19c4673310
commit b91307c2e1
7 changed files with 105 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
unsigned int foo(void) {
return 42;
}