(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
x86_64/
abi/
bf16/
test_basic_alignment.c
       1  /* This checks alignment of basic types.  */
       2  
       3  #include "defines.h"
       4  #include "macros.h"
       5  
       6  
       7  int
       8  main (void)
       9  {
      10    /* __bf16 point types.  */
      11    check_align(__bf16, TYPE_ALIGN_BF16);
      12  
      13    return 0;
      14  }