chore: add missing file

This commit is contained in:
Sebastian Ullrich 2021-07-09 09:28:43 +02:00
parent b70d018038
commit 14b9dee84e

View file

@ -0,0 +1,3 @@
// 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>