| author | |
| committer | |
| log | 0be6157a23bc11698d01036d7a4454b6114965d3 |
| tree | 76889754aadb33d01bdbe272f0cd1c83c72e0980 |
| parent | e2e96eb13bdb51a7d001b5a52c5b7cb29a377f30 |
tracking issue #141051 files changed, 0 insertions(+), 9 deletions(-)
test/cases/compile_errors/cImport_with_bogus_include.zig deleted-9| ... | @@ -1,9 +0,0 @@ | ||
| 1 | const c = @cImport(@cInclude("bogus.h")); | ||
| 2 | export fn entry() usize { return @sizeOf(@TypeOf(c.bogo)); } | ||
| 3 | |||
| 4 | // error | ||
| 5 | // backend=llvm | ||
| 6 | // target=native | ||
| 7 | // | ||
| 8 | // :1:11: error: C import failed | ||
| 9 | // :1:10: error: 'bogus.h' file not found | ||