aboutsummaryrefslogtreecommitdiff
path: root/tests/foo.cpp
blob: c3e7def921f7e8def0f8e6527ea6ae745009aa06 (plain)
1
2
3
4
5
#include <stdio.h>

extern "C" void foo() {
  puts("foo() called");
}