// Expected result: // compilation without error // // Received result: // compilation error with invalid line number: // // 1.c:361: unknown constraint 't' //
#include <math.h>
main()
{
printf("%f\n", rint(3.14));
}
_______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
