summaryrefslogtreecommitdiff
path: root/tests/headers/func_ptr_in_struct.h
blob: 8e9bf60cebf04165564da9d6409ac43df963a6e8 (plain)
1
2
3
struct Foo {
    enum baz (*bar) (int x, int y);
};