~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to test/memleak3.awk

  • Committer: Arnold D. Robbins
  • Date: 2025-02-05 19:08:42 UTC
  • mfrom: (2057.3.42)
  • Revision ID: git-v1:49bb5192754dfd0367425c159c027b58a1030426
Merge branch 'gawk-5.3-stable'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BEGIN {
 
2
        f = "awk::length"
 
3
        @f(thearg)
 
4
}