source_target_test.cpp 76 B

1234567
  1. extern int source_symbol();
  2. int main()
  3. {
  4. return source_symbol() - 42;
  5. }