// RUN: %llvmgcc -xc %s -S -o - | grep {private constant }// The synthetic global made by the CFE for big initializer should be marked// constant.voidbar();voidfoo() {char Blah[] ="asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd";bar(Blah);}