[dsymutil] Refactor ODR uniquing tests to be more readable.
[oota-llvm.git] / test / tools / dsymutil / Inputs / odr3.cpp
1 #include "odr-types.h"
2
3 int bar() {
4         S s;
5         s.incr(42);
6         return s.foo();
7 }