Jannick Kremer 0da291f8a6 Revert "Move python binding tests to lit framework" (#149012)
This reverts commit f8707f994af2582f6dc58190106946efeb43bf05.

(cherry picked from commit 7a9bef0166951a61bc7094514a20471ae45f6090)
2025-07-22 10:33:35 +02:00

7 lines
100 B
C++

#include "stdio.h"
int main(int argc, char* argv[]) {
printf("hello world\n");
return 0;
}