GitNexus/gitnexus/test/fixtures/lang-resolution/cpp-inline-namespace-ambiguous/caller.cpp
azizur100389 8500f18e5f
Some checks failed
CodeQL / Analyze (javascript-typescript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
Gitleaks / gitleaks (push) Waiting to run
Scorecard / Scorecard analysis (push) Waiting to run
Trivy Image Scan / Trivy (gitnexus-cli) (push) Waiting to run
Trivy Image Scan / Trivy (gitnexus-web) (push) Waiting to run
Release Candidate / Check if release candidate should run (push) Has been cancelled
Release Candidate / ci (push) Has been cancelled
Release Candidate / Publish release candidate to npm (push) Has been cancelled
Release Candidate / Build & Push RC Docker images (push) Has been cancelled
fix(cpp): detect same-name ambiguity across inline namespace children (#1564) (#1600)
2026-05-15 19:11:09 +01:00

5 lines
49 B
C++

#include "lib.h"
void run() {
outer::foo();
}