The Meson Build System
http://mesonbuild.com/
7 lines
94 B
7 lines
94 B
5 years ago
|
#include <config4a.h>
|
||
|
#include <config4b.h>
|
||
|
|
||
|
int main(void) {
|
||
|
return RESULTA + RESULTB;
|
||
|
}
|