parent
4828b46b73
commit
e79b602298
5 changed files with 26 additions and 0 deletions
@ -0,0 +1,2 @@ |
||||
/* Dummy file */ |
||||
#define RESULTA @ZERO@ |
@ -0,0 +1,2 @@ |
||||
/* Dummy file */ |
||||
#define RESULTB @ZERO@ |
@ -0,0 +1,6 @@ |
||||
#include <config4a.h> |
||||
#include <config4b.h> |
||||
|
||||
int main(int argc, char **argv) { |
||||
return RESULTA + RESULTB; |
||||
} |
Loading…
Reference in new issue