2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.oliva / linkage1-main.cc
blob80d27c36c29f60b7c734a547927c8eb485a36e88
1 // Copyright 2002 Free Software Foundation
3 // Derived by Alexandre Oliva <aoliva@redhat.com> from code posted by
4 // Mark Mitchell <mark@codesourcery.com>
6 typedef struct {
7 void f();
8 } S;
10 int main() {
11 S s;
12 s.f();