blob: 3a1142823bb27e054e66469714a91a868f02e724 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module foo;
__is_nt_convertible_helper<int, int, false> ok;
__is_nt_convertible_helper<int, int, true> not_ok; // { dg-error "incomplete" }