blob: 18e4366174b49c6e569bdcc17a122e5207445e53 [file] [log] [blame]
#include <iostream>
#include "examples/test_cc_shared_library/a_suffix.h"
int main() {
std::cout << "hello " << a_suffix() << std::endl;
return 0;
}