Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kuniri should handle this C++ code #139

Open
CaioIcy opened this issue Nov 12, 2015 · 0 comments
Open

Kuniri should handle this C++ code #139

CaioIcy opened this issue Nov 12, 2015 · 0 comments
Labels

Comments

@CaioIcy
Copy link

CaioIcy commented Nov 12, 2015

Compiled on g++-5 with C++11.

boa sorte ae
good luck ae
xablau

double foo(/**/) {
    return 1.0;
}

class Xpto {
    virtual inline auto bar(const unsigned long int *const)
        const noexcept -> void const;
};

int main() {
    register const constexpr volatile unsigned long long a = 0;
    static const constexpr volatile unsigned long long b = 0;

    decltype(foo()) c = 0;
    alignas(8) char d = 0;

    return 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants