blob: c8eedb1a6fde9cdbc01399b3967afb1280f251d7 [file] [log] [blame]
/* APPLE LOCAL file 4493912 */
/* Test that CFString.length is (long) 64 bit with -m64. */
/* { dg-options "-fconstant-cfstrings -m64" } */
/* { dg-do compile { target powerpc*-*-darwin* } } */
#include <Foundation/NSString.h>
NSString * string = @"anything here" ;
/* { dg-final { scan-assembler "\\.quad\t13" } } */