diff options
author | Warner Losh <imp@FreeBSD.org> | 2021-12-15 04:05:27 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2021-12-15 04:05:27 +0000 |
commit | aab8ed235a8efc646261fd664700654a4906c177 (patch) | |
tree | ff18075256ee62688a54946fd6d4034b1c9d8c32 | |
parent | dd55767b86bc40700d11cf0325744a4ec0a774fd (diff) | |
download | src-aab8ed235a8efc646261fd664700654a4906c177.tar.gz src-aab8ed235a8efc646261fd664700654a4906c177.zip |
test-includes: add missing file
Fixes: dd55767b86bc
Sponsored by: Netflix
-rw-r--r-- | tools/build/test-includes/test-includes.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/build/test-includes/test-includes.c b/tools/build/test-includes/test-includes.c new file mode 100644 index 000000000000..5518813d8f18 --- /dev/null +++ b/tools/build/test-includes/test-includes.c @@ -0,0 +1,7 @@ +/* Public domain */ + +int +main(void) +{ + return 0; +} |