Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

predefine a static func #125

Closed
xushiwei opened this issue Jul 23, 2022 · 0 comments
Closed

predefine a static func #125

xushiwei opened this issue Jul 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@xushiwei
Copy link
Member

static double pone(double);

double f(double v) {
    return pone(v);
}

static double pone(double x) {
    return 0;
}
@xushiwei xushiwei added the bug Something isn't working label Jul 23, 2022
xushiwei added a commit that referenced this issue Jul 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant