// RUN: %clang_cc1 -std=c++2a %s -verify -pedantic-errors
export module p5;
int a; // expected-note {{target}}
static int sa; // expected-note {{target}}
void ; // expected-note {{target}}
static void ; // expected-note {{target}}
; // expected-note {{target}}
; // expected-note {{target}}
using e = int;
using f = c;
static ; // expected-note {{target}}
int ta; // expected-note {{target}}
static int sta; // expected-note {{target}}
void ; // expected-note {{target}}
static void ; // expected-note {{target}}
; // expected-note {{target}}
using te = int; // expected-note {{target}}
using tf = c; // expected-note {{target}}
export