logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

HAVE___BUILTIN_ASSUME_ALIGNED (73B)


  1. void *x;
  2. int main(void) {
  3. return __builtin_assume_aligned(x, 8) == x;
  4. }