summaryrefslogtreecommitdiff
path: root/test/C++Frontend/2003-08-21-EmptyClass.cpp
blob: 34629d1a4c9075ab099e5ffdff2c6a125289dff0 (plain)
1
2
3
4
5
6
7
// This tests compilation of EMPTY_CLASS_EXPR's

struct empty {};

void foo(empty) {}

void bar() { foo(empty()); }