blob: 4d6bece21ecacdec50b7d3dc5061130278684400 [file] [log] [blame]
#include "lib.h"
int main() {
Foo f;
Bar b;
return f.method();
}