We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4b256 commit 1fbd7daCopy full SHA for 1fbd7da
1 file changed
langs/hustle/main.c
@@ -29,6 +29,7 @@ int main(int argc, char** argv) {
29
// `heap` gets passed in `rdi`
30
// (defined by the calling convention, not up to us!)
31
int64_t result = entry(heap);
32
+ if (cons_type_tag == (ptr_type_mask & result)) printf("'");
33
print_result(result);
34
if (result != val_void) printf("\n");
35
free(heap); // good memory hygiene
0 commit comments