1 if [istarget "epiphany-*-*"] {
2     # This test assumes the absence of struct padding.
3     # to make this true for test5 struct A on epiphany would require
4     # __attribute__((packed)) .
5     return 1
6 }
7 return 0
8