LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / 20101013-1.c
blob4422e761f3fc3e3134e0f5c7d45e828cd14bc0a9
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
4 int foo(int a)
6 int x = (a & (~15)) / 16;
7 return x;
10 /* { dg-final { scan-tree-dump ">>" "optimized" } } */