v/vlib/v/checker/tests/missing_c_lib_header_with_e...

7 lines
230 B
V

module main
// The following header file is intentionally missing.
// The part after `#` is an explanation message, that V will
// show, when it is not found:
#include <missing/folder/header.h> # Please install missing C library