DEBSOURCES
Skip Quicknav
sources / valgrind / 1%3A3.24.0-3 / none / tests / fucomip.c
123456789101112
#include <stdio.h> int main (int argc, char ** argv) { float det = 625.f; if (det < 1) { printf ("erm, what ?\n"); } return 0; }