cmake HAVE_ATTRIB_ALIGNED examples

Cisco-Talos/clamav cmake/CheckStructPacking.cmake :64

check_c_source_compiles(
    "
    typedef int cl_aligned_int __attribute__((aligned)); int main(){return 0;}
    "
    HAVE_ATTRIB_ALIGNED )