1 /* { dg-do compile } */
2 // { dg-options "-O2 -fdump-tree-optimized" }
11 static inline char f:: *g(int a)
22 /* We should have no cast to offset_type. */
23 /* { dg-final { scan-tree-dump-times "offset_type" 0 "optimized"} } */
24 // And we should optimized this code to just return 0
25 /* { dg-final { scan-tree-dump-times "return 0" 1 "optimized"} } */