✓
Passing This code compiles and runs correctly.
Code
// Test file for compiler:requires metacircular build generation
// NOTE: Use COLON not DOT for imported events!
// NOTE: Use fully qualified namespace: std/compiler:requires
std/compiler:requires {
exe.linkSystemLibrary("sqlite3");
}
std/compiler:requires {
exe.linkSystemLibrary("c");
}
tor hello {}
hello()
Flows
flow ~requires click a branch to expand · @labels scroll to their anchor
requires (source: exe.linkSystemLibrary("sqlite3");)
flow ~requires click a branch to expand · @labels scroll to their anchor
requires (source: exe.linkSystemLibrary("c");)
flow ~hello click a branch to expand · @labels scroll to their anchor
hello
Test Configuration
MUST_RUN