plugins: plugin loader redesign
[geany-mirror.git] / tests / ctags / bug1093123.cpp
blob83122f137489f29bf086b91d668b54dc2b43e0ab
1 #include <iostream>
3 int main() {
4 using namespace std;
5 cout << 0 << endl;
6 int m;