File: c0.pm

package info (click to toggle)
libautovivification-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 436 kB
  • sloc: perl: 3,573; ansic: 1,507; makefile: 8
file content (4 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (6)
1
2
3
4
package autovivification::TestRequired4::c0;
my $x;
my $y = $x->{foo};
1;