2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / arm / symbian2.c
blob98701636875222bd6a66ea01c150b4d978422914
1 /* { dg-do compile { target arm*-*-symbianelf* } } */
2 /* { dg-options "-O2" } */
4 /* Symbian OS requires that builtins not be expanded by default. Make
5 sure that a reference to "strlen" is emitted. */
6 /* { dg-final { scan-assembler "strlen" } } */
8 int f() {
9 return strlen("abc");