// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null #include std::vector my_method (); int main () { my_method (); return 0; }