File: Test.xs

package info (click to toggle)
libgit-raw-perl 0.90%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,540 kB
  • sloc: perl: 5,432; ansic: 182; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
MODULE = Git::Raw			PACKAGE = Git::Raw::Test

void
assert(class)
	SV *class

	PREINIT:
		const int value = 12345;

	CODE:
		croak_assert ("croaking: %d", value);