End-to-end testing of the compile path.

This commit is contained in:
2023-04-08 14:20:49 -07:00
parent 8dfcc67e51
commit 8d8b200513
14 changed files with 215 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
#include <stdio.h>
void print(char *variable_name, uint64_t value) {
printf("%s = %llu\n", variable_name, value);
printf("%s = %llii64\n", variable_name, value);
}
void caller() {