Revert DECL_USER_ALIGN part of r241959
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / pr66343-2.c
bloba86e61d1fe62a5f4bc725796f6fa04050c929db4
1 /* PR sanitizer/66343 */
2 /* { dg-options "-fsanitize=undefined" } */
4 #include "pr66343-2.h"
6 void
7 bar (int a, int b)
9 a / b;