1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized" } */
3 int t(int a
) __attribute__ ((const));
16 /* We should propagate constant 4 into return. */
17 /* { dg-final { scan-tree-dump-times "return 4" 1 "optimized"} } */
18 /* { dg-final { cleanup-tree-dump "optimized" } } */