blob: c10ab529def2f3cea9dc4ea382e9b1b5658a9879 [file] [log] [blame]
#include "foo.h"
int foo(int x) {
return x + 42;
}