Delete and re-add libpqxx-7.7.3 due to weird corruption.

This commit is contained in:
Adam Ierymenko 2022-06-23 13:21:13 -04:00
commit e96515433d
457 changed files with 0 additions and 110654 deletions

View file

@ -1,12 +0,0 @@
// Test for gcc-style "visibility" attribute.
struct __attribute__((visibility("hidden"))) D
{
D() {}
int f() { return 0; }
};
int main()
{
D d;
return d.f();
}