summaryrefslogtreecommitdiff
path: root/cad/plugins/GROMACS/gromacs-3.3.2/src/ngmx/cplusplus.cpp
blob: 360bb0bd4877ac11fc91f447f968cb66125a9937 (plain)
1
2
3
4
5
6
7
8

// This file is used to force the build into using g++ so our C++ code is
// treated properly.

#include <string>

void foo() { std::string bar = "baz"; }