/*
 * @.h
 *
 * Copyright 200@, Minoru Murashima. All rights reserved.
 * Distributed under the terms of the BSD License.
 */

#ifndef @_h
#define @_h

#ifndef ASM_FILE

/*
 * @¤
 *԰¸@Ʊ
 */
typedef struct {
	char dummy[@];
} @Obj;

#endif // ASM_FILE

#endif // @_h
