summaryrefslogtreecommitdiffstats
path: root/inf/liga/test.c
blob: b412386f9ab50f5318aa9729a6512eb350acf0b6 (plain) (blame)
1
2
3
4
5
int main (void) {
	int a = 123;
	double b = 123.4;
	return (b == a);
}