summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/input/pawn/str-escape.p
blob: 5600eae39dc43d2ce030dc4d2bd512739b2a7208 (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"
}