(root)/
gettext-0.22.4/
gettext-tools/
tests/
xgettext-csharp-9
#! /bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ . ../src

# Test C# support: large pushback.

cat <<\EOF > xg-cs-9.cs
x\U00000000
EOF

: ${XGETTEXT=xgettext}
${XGETTEXT} --omit-header --no-location -d xg-cs-9.tmp xg-cs-9.cs || Exit 1

exit 0