| //===--- local-array.c --- Test Cases for Bit Accurate Types --------------===// |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // This is another test for local arrays. |
| //===----------------------------------------------------------------------===// |
| typedef int __attribute__ ((bitwidth(4))) int4; |
| typedef int __attribute__ ((bitwidth(6))) int6; |
| int4 student_t[32]={0 , 12 , 4 , 3 , 2 , 2 , |
| printf("error: return = %d\n", result); |