blob: 7033bb7c7ae6f6a6d624015d3d796c697fe17eef [file] [log] [blame]
#include "libcflat.h"
int main(int argc, char **argv)
{
/*
* scripts/runtime.bash uses this test as a canary to determine if the
* basic setup is functional. Print a magic string to let runtime.bash
* know that all is well.
*/
printf("Dummy Hello World!");
return 0;
}