summaryrefslogtreecommitdiff
path: root/test/ragel.d/strings2.h
blob: 1cf0ce9a0f4422e3a60ed4f42e9c63b958cc3179 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _STRINGS1_H
#define _STRINGS1_H

struct strs
{
	int cs;
};

#endif