We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d0f4a commit 4d2259eCopy full SHA for 4d2259e
clang/test/Interpreter/execute-stmts.cpp
@@ -9,9 +9,6 @@
9
//CODEGEN-CHECK-COUNT-2: define internal void @__stmts__
10
//CODEGEN-CHECK-NOT: define internal void @__stmts__
11
12
-// New tests fail right now
13
-// XFAIL: *
14
-
15
extern "C" int printf(const char*,...);
16
17
template <typename T> T call() { printf("called\n"); return T(); }
0 commit comments