#include #include #include int main() { float f = 1e20; int x = f; assert( x ); /* ERROR */ }