blob: 309c2cbc01c8e5d08ad115a303dd942aadbfbf39 [file] [log] [blame]
namespace cpp {
extern int foo1(int x) {
return x + 1;
}
}