1#include <elf.h> // for testing header search
2#include "cxx.h"
3
4int main() {
5  c_interface();
6}
7