summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/pawn/60010-str-escape.p
blob: 3aa54453460f59ae8afa10b38882383ef23372d0 (plain)
1
2
3
4
5
6
main()
{
    printf "This is a testof the ^" alternate escape char, value 0x5e";
    printf "If ^" it doesn't work, there ^"should be some errors";
}