kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/tools/fyi/testdata/basic.cc (about)

     1  #include <stdio.h>
     2  
     3  int main() {
     4    foo();
     5    return 0;
     6  }