原始内容
高亮显示
复制内容
static int q; void foo() { int t = q; q = t + 1; } int main() { q = 0; foo(); q = q - 1; return q; } // This is the source that corresponds to funccall.ll // RUN: echo foo
您还没有登录,登录后您可以:
首次使用?从这里 注册