opnsense-src/test/Sema/typedef-variable-type.c

4 lines
161 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 %s -verify -fsyntax-only -pedantic
2009-06-02 13:58:47 -04:00
typedef int (*a)[!.0]; // expected-warning{{size of static array must be an integer constant expression}}