simplifying an example module, to try to diagnose the mac build error.

This commit is contained in:
2023-01-02 21:30:42 -08:00
parent 4a83412374
commit f03e0bcb77

View File

@@ -1,6 +1,4 @@
#include <stdint.h> extern void print(char *variable_name, unsigned long long value);
void print(char *variable_name, uint64_t value);
void gogogo() { void gogogo() {
print("x", 4); print("x", 4);