We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ebdd7 commit 76c5d69Copy full SHA for 76c5d69
1 file changed
langs/loot/main.c
@@ -19,7 +19,7 @@ int main(int argc, char** argv) {
19
void * heap = malloc(heap_size);
20
int64_t result = entry(heap);
21
// See if we need to print the initial tick
22
- if (cons_type_tag == (ptr_type_mask & result)) printf("'");
+ if (type_pair == (result_type_mask & result)) printf("'");
23
print_result(result);
24
printf("\n");
25
return 0;
0 commit comments