v/vlib/v/checker/tests/missing_c_lib_header_1.vv

7 lines
185 B
V

module main
// The following header file is intentionally missing.
// The #include does not have the optional explanation part
// after a `#` sign:
#include <missing/folder/header1.h>