0ea49890a8
2005-06-14 Frank Ch. Eigler <fche@redhat.com> PR mudflap/21023 * tree-mudflap.c (mudflap_finish_file): Exclude non-public rather than static objects (!) from libmudflap registration. * testsuite/libmudflap.c/externs.exp, externs-{1,2}.c: New test files. * testsuite/libmudflap.c/cfrags.exp: Bypass new sources. From-SVN: r100950
3 lines
66 B
C
3 lines
66 B
C
typedef struct { char *name; } dummy;
|
|
dummy d[] = { {"a"}, {0} };
|