https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122922
--- Comment #4 from Alberto <alberto.gcc.bugzilla at gmail dot com> ---
(In reply to Alberto from comment #3)
> // c.cpp
> import VF;
> int main() {
> TCampo<2, 1>();
> }
This was meant to be:
import VF;
int main() {
TCampo<1>();
}
