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