1 // RUN: %clang_cc1 -ast-print -std=c++20 %s -o - -triple x86_64-linux | FileCheck %s
2 // RUN: %clang_cc1 -ast-print -std=c++20 %s -o - -triple powerpc64-ibm-aix-xcoff | FileCheck %s
8 template <__uint128_t x
, typename
= typename enable_if
<x
!= 0>::type
>
14 using T
= decltype(f
<0>());
16 // CHECK: using T = decltype(f<0>());