typer.h (125B)
1 #pragma once 2 3 #include <libgccjit.h> 4 #include "types.h" 5 6 void types_match_or_panic(Node*, gcc_jit_type* a, gcc_jit_type* b);