blob: a74a973a0a5d469440bd983a3e9c48bec0877936 [file] [log] [blame]
#include"foo1.h"
#include"foo2.h"
int main(int argc, char **argv) {
return foo1() + foo2();
}