| 168 | struct alignas(Align > alignof(double) ? Align : alignof(double)) S |
| 169 | { |
| 170 | void operator=(int x) |
| 171 | { |
| 172 | a = x; |
| 173 | b = x + 1; |
| 174 | c = x + 2; |
| 175 | } |
| 176 | double x0; |
| 177 | T a; |
| 178 | char x1; |
nothing calls this directly
no outgoing calls
no test coverage detected