kythe.io@v0.0.68-0.20240422202219-7225dbc01741/kythe/cxx/extractor/testdata/has_include.cc (about)

     1  #if __has_include("has_include.h")
     2  // ...
     3  #else
     4  #error "has_include failed"
     5  #endif