================
@@ -108,3 +108,6 @@ void test_f1() {
int ir = (f1)(nullptr);
}
+// __nullptr keyword in C
+void foo(void *);
+void bar() { foo(__nullptr); }
----------------
Sirraide wrote:
nit: missing newline at the end of the file
https://github.com/llvm/llvm-project/pull/123119