End-to-end testing of the compile path.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user