36fb29f8f031 ^
1 2 3 4 5 6 7 8
let { inherit (import ../../lib) compileC link; hello = link {objects = compileC {main = ./hello.c;};}; body = [hello]; }