summaryrefslogtreecommitdiff
path: root/tests/P_cxx/c_call.c
blob: 981da435774b06c241e574b17a87361b45bc598c (plain)
1
2
3
4
5
6
#include <elf.h> // for testing header search
#include "cxx.h"

int main() {
  c_interface();
}