summaryrefslogtreecommitdiff
path: root/probe/HAVE___BUILTIN_ASSUME_ALIGNED
blob: 9c64731f1fd2be19865715baf5c663e5c8f0a940 (plain)
1
2
3
4
void *x;
int main(void) {
	return __builtin_assume_aligned(x, 8) == x;
}