📄 decl1.c
字号:
// { dg-do assemble }struct S { template <class T> int f(T), g(T); // { dg-error "" } more than one declarator};template <class T>void x(T), y(T); // { dg-error "" } more than one declaratortemplate <class T>struct S2 { static int i, j; // OK.};template <class T>int S2<T>::i, S2<T>::j; // { dg-error "" } more than one declaratortemplate <>int S2<int>::i, S2<double>::i; // { dg-error "" } more than one declarator
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -