blob: adc1d7b1f240abecca943f31cde6ffd965275dcc [file] [log] [blame]
#include "examples/test_cc_shared_library/bar.h"
int foo() {
bar();
return 42;
}