summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/c/01037-type_wrap.c
blob: c3c23569ca229cd854ef6c1e1d6733dd8133714e (plain)
1
2
3
4
void foo(void)
{
	STACK_OF(X509) *st = sk_X509_new_null();
}