// { dg-do run } // Copyright (C) 2002 Free Software Foundation, Inc. // Contributed by Gabriel Dos Reis , 2002-07-20 // Bug PR/7363. template int my_alignof() { return __alignof__ (T); } template struct X { }; int main() { return !my_alignof >(); }