Merge: tests/base_autocast: workaround a gcc bug
authorJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:26:50 +0000 (11:26 -0500)
committerJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:26:50 +0000 (11:26 -0500)
Versions of gcc between bellow 6.4.1 and 7.3.1 failed to compile
correctly the generated C.
So this changes the Nit, so the C can be compiled with buggy gcc versions.

Cf https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85244 for details

Pull-Request: #2733


Trivial merge