Fix test so it actually shows up in the test output.

This commit is contained in:
Cornelius Riemenschneider
2020-02-04 01:05:38 +01:00
parent c53f80175f
commit c941348fea

View File

@@ -191,6 +191,7 @@ int test15(int i, int x) {
int test16(int i) { int test16(int i) {
long l; long l;
l = i; l = i;
sink(l);
} }
// implicit integer casts // implicit integer casts