================ @@ -0,0 +1,8 @@ +#include <stdio.h> + +int main(int argc, char * argv[]) { + // Irrelevant what to do in here. + // Test is supposed to fail at link time. + printf("Hello from C [%s]\n", __FUNCTION__); ---------------- mjklemm wrote:
This is also gone with the move to an LL file. https://github.com/llvm/llvm-project/pull/73124 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits