(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
attr-assume-aligned.C
// PR c++/99062
// { dg-do compile }

#define INT_MIN (-__INT_MAX__ - 1)
void *f () __attribute__ ((assume_aligned (INT_MIN, 4))); // { dg-warning "is not positive" }