kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

6_7_5_01_alignas_obj.c (104B)


      1 _Alignas(16) static char buf[16];
      2 
      3 int test_main(void) { return (((unsigned long)buf) & 15) ? 0 : 42; }