aboutsummaryrefslogtreecommitdiff
path: root/test/static-assert-struct.c
blob: f460d16aff978d73884baac84dfb9d04d203547f (plain)
1
2
3
4
struct s {
	int x;
	static_assert(1, "");
};