blob: 28d70c544a7ca767b96707646c0d979b62a86a0c [file] [log] [blame]
Aleksei Sidorin8f266db2018-05-08 12:45:21 +00001extern void f() __attribute__((const));
2
3struct S {
4 struct {
5 int a __attribute__((packed));
6 };
7};
8
9void stmt() {
10#pragma unroll
11 for (;;)
12 ;
13}