Is there some way to produce output in godbolt for the Xtensa compiler?
#include <cstdio>
int main()
{
printf("Hello World!");
}
generates an asm call to printf, but nothing is displayed.
Is there some way to produce output in godbolt for the Xtensa compiler?
#include <cstdio>
int main()
{
printf("Hello World!");
}
generates an asm call to printf, but nothing is displayed.