Gitly
English
Русский
Español
日本語
中文
Português
Pricing
Log in
Register
v4
/
vlib
/
v
/
checker
/
tests
/
missing_c_lib_header_1.vv
6
lines
·
5
sloc
·
185 bytes
·
3c2202572b1f09a09ae321248dc4dbde22f4b7f5
Raw
1
module main
2
3
// The following header file is intentionally missing.
4
// The #include does not have the optional explanation part
5
// after a `#` sign:
6
#include <missing/folder/header1.h>
7