lean4-htt/src/runtime/lean_inlines.c
2021-07-09 11:00:58 +02:00

3 lines
199 B
C

// generate LLVM IR for `static inline` definitions in lean.h for the LLVM backend
#define static extern // work around clang not emitting code for unused `static` definitions
#include <lean/lean.h>