aboutsummaryrefslogtreecommitdiffstats
path: root/test/lc_num1.awk
blob: c982a146133029b21f1e0aeb95a81f0610316066 (plain)
1
2
3
4
# Bug reported by Ulrich Drepper.
BEGIN {
  printf("%'d %d\n", 1000000, 1000000)
}